home *** CD-ROM | disk | FTP | other *** search
/ Champak 29 / Volume 29 - JOGO DISK .iso / Games / jungle_adventure.swf / scripts / DefineSprite_873 / frame_1 / DoAction.as
Encoding:
Text File  |  2006-11-29  |  141 b   |  11 lines

  1. function show(num)
  2. {
  3.    level.gotoAndStop(this.num = num + 1);
  4.    gotoAndStop(2);
  5. }
  6. function hide()
  7. {
  8.    gotoAndPlay(2);
  9. }
  10. stop();
  11.